- PurpleConnection
alias PurpleConnection = _PurpleConnection
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleConnectionError
alias PurpleConnectionError = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleConnectionErrorInfo
alias PurpleConnectionErrorInfo = _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleConnectionFlags
alias PurpleConnectionFlags = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleConnectionState
alias PurpleConnectionState = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleConnectionUiOps
alias PurpleConnectionUiOps = _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_destroy
alias da_purple_connection_destroy = void function(PurpleConnection* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_error
alias da_purple_connection_error = void function(PurpleConnection* gc, const(char)* reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_error_is_fatal
alias da_purple_connection_error_is_fatal = gboolean function(PurpleConnectionError reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_error_reason
alias da_purple_connection_error_reason = void function(PurpleConnection* gc, PurpleConnectionError reason, const(char)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_get_account
alias da_purple_connection_get_account = PurpleAccount* function(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_get_display_name
alias da_purple_connection_get_display_name = const(char)* function(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_get_password
alias da_purple_connection_get_password = const(char)* function(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_get_protocol_data
alias da_purple_connection_get_protocol_data = void* function(const(PurpleConnection)* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_get_prpl
alias da_purple_connection_get_prpl = PurplePlugin* function(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_get_state
alias da_purple_connection_get_state = PurpleConnectionState function(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_new
alias da_purple_connection_new = void function(PurpleAccount* account, gboolean regist, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_new_unregister
alias da_purple_connection_new_unregister = void function(PurpleAccount* account, const(char)* password, PurpleAccountUnregistrationCb cb, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_notice
alias da_purple_connection_notice = void function(PurpleConnection* gc, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_set_account
alias da_purple_connection_set_account = void function(PurpleConnection* gc, PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_set_display_name
alias da_purple_connection_set_display_name = void function(PurpleConnection* gc, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_set_protocol_data
alias da_purple_connection_set_protocol_data = void function(PurpleConnection* connection, void* proto_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_set_state
alias da_purple_connection_set_state = void function(PurpleConnection* gc, PurpleConnectionState state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_ssl_error
alias da_purple_connection_ssl_error = void function(PurpleConnection* gc, PurpleSslErrorType ssl_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connection_update_progress
alias da_purple_connection_update_progress = void function(PurpleConnection* gc, const(char)* text, size_t step, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_disconnect_all
alias da_purple_connections_disconnect_all = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_get_all
alias da_purple_connections_get_all = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_get_connecting
alias da_purple_connections_get_connecting = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_get_handle
alias da_purple_connections_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_get_ui_ops
alias da_purple_connections_get_ui_ops = PurpleConnectionUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_init
alias da_purple_connections_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_set_ui_ops
alias da_purple_connections_set_ui_ops = void function(PurpleConnectionUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_connections_uninit
alias da_purple_connections_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_destroy
void purple_connection_destroy(PurpleConnection* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_error
void purple_connection_error(PurpleConnection* gc, const(char)* reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_error_is_fatal
gboolean purple_connection_error_is_fatal(PurpleConnectionError reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_error_reason
void purple_connection_error_reason(PurpleConnection* gc, PurpleConnectionError reason, const(char)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_account
PurpleAccount* purple_connection_get_account(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_display_name
const(char)* purple_connection_get_display_name(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_password
const(char)* purple_connection_get_password(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_protocol_data
void* purple_connection_get_protocol_data(const(PurpleConnection)* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_prpl
PurplePlugin* purple_connection_get_prpl(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_state
PurpleConnectionState purple_connection_get_state(const(PurpleConnection)* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_new
void purple_connection_new(PurpleAccount* account, gboolean regist, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_new_unregister
void purple_connection_new_unregister(PurpleAccount* account, const(char)* password, PurpleAccountUnregistrationCb cb, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_notice
void purple_connection_notice(PurpleConnection* gc, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_account
void purple_connection_set_account(PurpleConnection* gc, PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_display_name
void purple_connection_set_display_name(PurpleConnection* gc, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_protocol_data
void purple_connection_set_protocol_data(PurpleConnection* connection, void* proto_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_state
void purple_connection_set_state(PurpleConnection* gc, PurpleConnectionState state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_ssl_error
void purple_connection_ssl_error(PurpleConnection* gc, PurpleSslErrorType ssl_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_update_progress
void purple_connection_update_progress(PurpleConnection* gc, const(char)* text, size_t step, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_disconnect_all
void purple_connections_disconnect_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_all
GList* purple_connections_get_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_connecting
GList* purple_connections_get_connecting()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_handle
void* purple_connections_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_ui_ops
PurpleConnectionUiOps* purple_connections_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_init
void purple_connections_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_set_ui_ops
void purple_connections_set_ui_ops(PurpleConnectionUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_uninit
void purple_connections_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_destroy
da_purple_connection_destroy purple_connection_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_error
da_purple_connection_error purple_connection_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_error_is_fatal
da_purple_connection_error_is_fatal purple_connection_error_is_fatal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_error_reason
da_purple_connection_error_reason purple_connection_error_reason;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_account
da_purple_connection_get_account purple_connection_get_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_display_name
da_purple_connection_get_display_name purple_connection_get_display_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_password
da_purple_connection_get_password purple_connection_get_password;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_protocol_data
da_purple_connection_get_protocol_data purple_connection_get_protocol_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_prpl
da_purple_connection_get_prpl purple_connection_get_prpl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_get_state
da_purple_connection_get_state purple_connection_get_state;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_new
da_purple_connection_new purple_connection_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_new_unregister
da_purple_connection_new_unregister purple_connection_new_unregister;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_notice
da_purple_connection_notice purple_connection_notice;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_account
da_purple_connection_set_account purple_connection_set_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_display_name
da_purple_connection_set_display_name purple_connection_set_display_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_protocol_data
da_purple_connection_set_protocol_data purple_connection_set_protocol_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_set_state
da_purple_connection_set_state purple_connection_set_state;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_ssl_error
da_purple_connection_ssl_error purple_connection_ssl_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connection_update_progress
da_purple_connection_update_progress purple_connection_update_progress;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_disconnect_all
da_purple_connections_disconnect_all purple_connections_disconnect_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_all
da_purple_connections_get_all purple_connections_get_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_connecting
da_purple_connections_get_connecting purple_connections_get_connecting;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_handle
da_purple_connections_get_handle purple_connections_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_get_ui_ops
da_purple_connections_get_ui_ops purple_connections_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_init
da_purple_connections_init purple_connections_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_set_ui_ops
da_purple_connections_set_ui_ops purple_connections_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_connections_uninit
da_purple_connections_uninit purple_connections_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.